home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.core.IFlexModuleFactory;
- import mx.styles.CSSStyleDeclaration;
- import mx.styles.StyleManager;
-
- public class _winCloseButtonStyle
- {
- private static var _embed_css_win_close_down_png_1621683548:Class = _winCloseButtonStyle__embed_css_win_close_down_png_1621683548;
-
- private static var _embed_css_win_close_over_png_271615792:Class = _winCloseButtonStyle__embed_css_win_close_over_png_271615792;
-
- private static var _embed_css_win_close_up_png_1305759882:Class = _winCloseButtonStyle__embed_css_win_close_up_png_1305759882;
-
- public function _winCloseButtonStyle()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- var fbs:IFlexModuleFactory = param1;
- var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".winCloseButton");
- if(!style)
- {
- style = new CSSStyleDeclaration();
- StyleManager.setStyleDeclaration(".winCloseButton",style,false);
- }
- if(style.defaultFactory == null)
- {
- style.defaultFactory = function():void
- {
- this.upSkin = _embed_css_win_close_up_png_1305759882;
- this.overSkin = _embed_css_win_close_over_png_271615792;
- this.downSkin = _embed_css_win_close_down_png_1621683548;
- };
- }
- }
- }
- }
-
-